Spread Silverlight Documentation
Invalidate(IEnumerable<CalcLocalIdentity>,Boolean) Method


GrapeCity.CalcEngine Namespace > CalcCalculationManager Class > Invalidate Method : Invalidate(IEnumerable<CalcLocalIdentity>,Boolean) Method
The datas address.
if set to true automatically calculate immediately.
Invalidates the specified id.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal ids As System.Collections.Generic.IEnumerable(Of CalcLocalIdentity), _
   Optional ByVal autoCalculate As System.Boolean _
) 
'Usage
 
Dim instance As CalcCalculationManager
Dim ids As System.Collections.Generic.IEnumerable(Of CalcLocalIdentity)
Dim autoCalculate As System.Boolean
 
instance.Invalidate(ids, autoCalculate)
public void Invalidate( 
   System.Collections.Generic.IEnumerable<CalcLocalIdentity> ids,
   System.bool autoCalculate
)

Parameters

ids
The datas address.
autoCalculate
if set to true automatically calculate immediately.
Exceptions
ExceptionDescription
ids is a null reference (Nothing in Visual Basic).
See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members
Overload List